80302: All tests

Documentation

Owners

Name Affiliation Email Start End
Herm Fischer Mark V Systems fischer@markv.com 01-08-2020 at 12:00:00
Paul Hulst De Nederlandsche Bank P.J.Hulst@dnb.nl 01-08-2020 at 12:00:00

Test Case Variations


V-01 Instance with instant and duration facts

Documentation

Tests that the function works with an instance containing both types of concepts, including both date times with and without a time component.

Inputs

  • schema: taxonomy-a.xsd
  • instance: instance-a.xml (DTS Discovery starting point) (ID=V01)
  • Function Call: xfi:unique-identifiers()

    (against file V01)

Outputs

  • Result test: count( $result ) eq 2 and $result[1] instance of element(xbrli:identifier) and $result[2] instance of element(xbrli:identifier) and $result[1] eq "01" and $result[2] eq "02" and $result[1]/@scheme eq "http://xbrl.org/entity/identification/scheme" and $result[2]/@scheme eq "http://xbrl.org/entity/identification/scheme"

V-02 Instance without facts

Documentation

Tests that the function works with an empty instance.

Inputs

Outputs

  • Result test: empty( $result )

Revisions

Name On Details
Herm Fischer 01-08-2020 at 12:00:00 Created the test case.
Paul Hulst 01-08-2020 at 12:00:00 Fixed error in output.